0d8f4ce9e49a70d8eadf666704ba617f8d9080b4
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 3"""
4  date="2022-11-09T19:41:33Z"
5  content="""
6 Ok, the bug is due to 2 files that have the same content.
7
8         sub-000101/ses-baseline/pet/sub-000101_ses-baseline_rec-MLEM_pet.json
9         sub-000101/ses-displaced/pet/sub-000101_ses-displaced_rec-MLEM_pet.json
10
11 Both files get deleted. And the bug makes it only pick one of the two files
12 to delete, because it's using a map from key to file and the second file
13 overwrites the first in the map.
14
15 So this would also presumably affect annexed files when two have the same 
16 content and are being deleted.
17 """]]